home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
graphics
/
texdraw
/
txdexamp.latex
/
images.ps1
next >
Wrap
Text File
|
1992-07-06
|
2KB
|
52 lines
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: (atend)
%%Title: TeXdraw drawing: images.ps1
%%Pages: 1
%%Creator: TeXdraw V1R4a <1992/07/07>
%%CreationDate: 2023/1/31
50 dict begin
/mv {stroke moveto} def
/lv {lineto} def
/st {currentpoint stroke moveto} def
/sl {st setlinewidth} def
/sd {st 0 setdash} def
/sg {st setgray} def
/bs {gsave} def /es {stroke grestore} def
/cv {curveto} def
/cr {gsave /rad exch def currentpoint newpath rad 0 360 arc
stroke grestore} def
/fc {gsave /rad exch def setgray currentpoint newpath
rad 0 360 arc fill grestore} def
/ar {gsave currentpoint newpath 5 2 roll arc stroke grestore} def
/el {gsave /rady exch def /radx exch def
/svm matrix currentmatrix def currentpoint translate
radx rady scale newpath 0 0 1 0 360 arc
svm setmatrix stroke grestore} def
/fl {gsave closepath setgray fill grestore
currentpoint newpath moveto} def
/fp {gsave closepath setgray fill grestore
currentpoint stroke moveto} def
/av {/hhwid exch 2 div def /hlen exch def
/ah exch def /tipy exch def /tipx exch def
currentpoint /taily exch def /tailx exch def
/dx tipx tailx sub def /dy tipy taily sub def
/alen dx dx mul dy dy mul add sqrt def
/blen alen hlen sub def
gsave tailx taily translate dy dx atan rotate
(V) ah ne {blen 0 gt {blen 0 lineto} if} {alen 0 lineto} ifelse
stroke blen hhwid neg moveto alen 0 lineto blen hhwid lineto
(T) ah eq {closepath} if
(W) ah eq {gsave 1 setgray fill grestore closepath} if
(F) ah eq {fill} {stroke} ifelse
grestore tipx tipy moveto} def
0.24 0.24 scale
1 setlinecap 1 setlinejoin
3 setlinewidth [] 0 setdash
0 0 moveto
0 0 (T) 48 24 av
0 0 (T) 48 24 av
stroke end showpage
%%Trailer:
%%BoundingBox: 0 0 0 0
%%EOF